home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / rootdsks / umsdos.bat < prev    next >
Encoding:
DOS Batch File  |  1997-06-27  |  888 b   |  17 lines

  1. @echo off
  2. cd \rootdsks
  3. echo "                                                                          "
  4. echo "This option makes the UMSDOS rootdisk.  This is a floppy                  "
  5. echo "disk that allows you to install Slackware Linux on an existing DOS        "
  6. echo "partition in the \LINUX directory.  (If you wish to install Linux using   "
  7. echo "Linux's high-performance second extended filesystem, you will need to     "
  8. echo "use the COLOR rootdisk instead.)                                          "
  9. echo "                                                                          "
  10. echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
  11. echo "to abort...                                                               "
  12. echo "                                                                          "
  13. pause
  14.  
  15. rawrite umsdos.gz a:
  16.  
  17.